home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Devices / NuBus⁄Slot Manager / Declaration ROMs / Ex Apple EtherNet ROM / OLD MPW Exec < prev   
Encoding:
Text File  |  1990-09-14  |  303 b   |  10 lines  |  [TEXT/MPS ]

  1. ### Assemble and link the EtherTalk ROM.
  2. asm -l  EtherROM.a
  3.  
  4. Link EtherROM.a.o     -o EtherROM
  5.  
  6. ### Patch the crc value and convert the code to a data file, to
  7. ### make it a file that can be downloaded to a ROM burner.
  8. "{Decl}Decl.Tools:crcPatch"  EtherROM
  9. "{Decl}Decl.Tools:Data"  EtherROM  EtherROM.d
  10.